home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / 7th-College / LearnSpan#2 / English_Spanish II 1.05 / card_301919.txt < prev    next >
Text File  |  1990-03-27  |  1KB  |  50 lines

  1. -- card: 301919 from stack: in.05
  2. -- bmap block id: 334627
  3. -- flags: 0000
  4. -- background id: 13313
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8.   if direction is "left" then go previous card
  9.   else go next card
  10. end arrowKey
  11.  
  12.  
  13.  
  14. -- part 5 (button)
  15. -- low flags: 00
  16. -- high flags: 0004
  17. -- rect: left=440 top=44 right=75 bottom=471
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1014 / 1014
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: prev card
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   go previous card of this background
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 7 (button)
  34. -- low flags: 00
  35. -- high flags: 0004
  36. -- rect: left=472 top=44 right=75 bottom=502
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 1013 / 1013
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: next card
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   go next card of this background
  48. end mouseUp
  49.  
  50.